projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a48e03c
)
(find-tag-regexp): Bind to C-M-..
author
Richard M. Stallman
<rms@gnu.org>
Sun, 10 Jul 1994 21:33:55 +0000
(21:33 +0000)
committer
Richard M. Stallman
<rms@gnu.org>
Sun, 10 Jul 1994 21:33:55 +0000
(21:33 +0000)
lisp/progmodes/etags.el
patch
|
blob
|
history
diff --git
a/lisp/progmodes/etags.el
b/lisp/progmodes/etags.el
index 63ef96a397f460c5f97a189f9a55994f7d0713ab..51c0f9af08b9d2ae13197af8b2f4e7346986134e 100644
(file)
--- a/
lisp/progmodes/etags.el
+++ b/
lisp/progmodes/etags.el
@@
-820,6
+820,7
@@
See documentation of variable `tags-file-name'."
;; We go through find-tag-other-window to do all the display hair there.
(funcall (if other-window 'find-tag-other-window 'find-tag)
regexp next-p t))
+;;;###autoload (define-key esc-map [?\C-.] 'find-tag-regexp)
\f
;; Internal tag finding function.